home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(2) then
- set the visible of sprite 2 to 1
- else
- set the visible of sprite 2 to 0
- end if
- if rollOver(3) then
- set the visible of sprite 3 to 1
- else
- set the visible of sprite 3 to 0
- end if
- if rollOver(4) then
- set the visible of sprite 4 to 1
- else
- set the visible of sprite 4 to 0
- end if
- if rollOver(5) then
- set the visible of sprite 5 to 1
- else
- set the visible of sprite 5 to 0
- end if
- go(the frame)
- end
-
- on mouseUp
- if rollOver(2) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 1
- set the visible of sprite 4 to 1
- set the visible of sprite 5 to 1
- go("Russo")
- else
- if rollOver(3) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 1
- set the visible of sprite 4 to 1
- set the visible of sprite 5 to 1
- go("Penk1")
- else
- if rollOver(4) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 1
- set the visible of sprite 4 to 1
- set the visible of sprite 5 to 1
- go("Duo")
- else
- if rollOver(5) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 1
- set the visible of sprite 4 to 1
- set the visible of sprite 5 to 1
- go("Bebe")
- end if
- end if
- end if
- end if
- end
-